home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 93 / CDMM_93_2.ISO / Project Nomads / nomads_demo_eng.exe / STATICAMBIENT_DESTRUCTIBLE.TCL < prev    next >
Encoding:
Text File  |  2001-12-17  |  828 b   |  38 lines

  1. #
  2. #   Zustands-▄berwachungs-Script
  3. #   State Watch Script
  4. #
  5. #   ZERST╓RBARES STATIC AMBIENT
  6. #
  7. #   created:    17-Dec-2001 Bernd
  8. #   
  9. #   (C) COPYRIGHT 2001 RADONLABS GMBH
  10. #
  11.  
  12. # --------------------------------------------------------
  13. #       Rumliegendes Geruempel- das man auch 
  14. #       kapputtmachen kann.
  15. # --------------------------------------------------------
  16. proc staticambientwatch_destructible_normal {} {
  17.     if {[.iskilled] == "true"} {
  18.         .announcestate explode
  19.     }
  20. }
  21.  
  22. proc staticambientwatch_destructible_house {} {
  23.     if {[.iskilled] == "true"} {
  24.         .announcestate explode
  25.     }
  26. }
  27.  
  28.  
  29. proc staticambientwatch_destructible_explode {} {
  30.     if {[.isanimfinished] == "true"} {
  31.         .setremoveable true
  32.     }
  33. }
  34.  
  35.  
  36. proc staticambientwatch_destructible_cinematic {} {
  37. }
  38.